home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / blkbrd74.arc / BB.LOG < prev    next >
Text File  |  1990-01-03  |  16KB  |  428 lines

  1.                       ██████████
  2.                     ██████████████
  3.                    ███ · ████ · ███
  4.                     ██████████████
  5.                     ██████  ██████
  6.                      ████████████
  7.                        ████████
  8.                       ██││││││██
  9.                        ████████
  10.                    ██▄          ▄██
  11.                     ▀██▄      ▄██▀
  12.                       ▀██▄  ▄██▀
  13.                     ▀████▀
  14.                     ▄████▄
  15.                       ▄██▀  ▀██▄
  16.                     ▄██▀      ▀██▄
  17.                    ██▀          ▀██
  18.  
  19.                     ┌────────────┐
  20.                     │ BLACKBEARD │
  21.                     └────────────┘
  22.  
  23.                 User Supported Software
  24.  
  25.                   BLACKBEARD
  26.                  VERSION LOG
  27.  
  28.      version  remarks
  29.      --------------------------------------------------------------
  30.      7.46     MAJOR BUG fix again. For some reason 7.45 did not
  31.           work quite right either. This version should perform
  32.           most adequately.
  33.  
  34.      7.45     MAJOR bug fix.  Some copies of 7.44 never actually
  35.           worked!?  This horrible bug was introduced when I used
  36.           Version 1.5 of the Borland TURBO C libraries instead
  37.           of version 1.0!  In version 1.0: memcpy copies
  38.           overlapping memory areas correctly (as the manual
  39.           states); in version 1.5, it DOES NOT.  I do not know
  40.           about version 2.0.  I built 7.45 with version 1.0
  41.           libraries.  I have since changed all memcpy calls to
  42.           memmove (which does work correctly).  Fortunately,
  43.           Captain Blackbeard never fell into this pit!
  44.  
  45.      7.44     Even better set cursor size. Language window when no
  46.           file present bug fixed.
  47.  
  48.      7.43     File no longer update when non-text altering operations
  49.           occur, such as grab marked region. (This has been a
  50.           long standing annoyance).
  51.           Set cursor size works better with bb.cfg now.
  52.           8-5-1988
  53.  
  54.      7.42     Regular expression search works correctly when replacing.
  55.           ({[]}) balancing
  56.  
  57.      7.41     Set default cursor size of color fixed.
  58.           Filenames with space cannot be created or opened.
  59.  
  60.      7.40     Fix bug when bb.lng is empty and BBDIR is set --
  61.           generated bdos errors and file too long message.
  62.           Adjustable cursor size.
  63.           Save/Restore file always! in current directory!
  64.           Set delims accepts ASCII key entry for movement.
  65.           Goto file ignore bogus file characters when at left
  66.           edge of screen bug fix
  67.  
  68.      7.39     Fix for bug when no help file found.
  69.  
  70.      7.38     Pre-release test version of 7.39
  71.  
  72.      7.37     1. Improved code to look for help file.
  73.           2. Changed tab size to be the number of spaces
  74.           inserted for a tab character during compression and
  75.           expansion.  Tabs can be set using the ruler command
  76.           (Alt-8 and then Alt-A).
  77.           3. Improved environment search so that the root
  78.           directory is processed correctly.
  79.           4. Print marked region.
  80.  
  81.      7.36     Changed form.txt and help message for prompt line editing
  82.  
  83.      7.35     Clean up of 7.34. 11-4-87. Includes:
  84.           1. Bug fix to shift marked region left.
  85.           2. Selectable number of rows (EGA).
  86.              Number of rows saved in BB.CFG.
  87.           3. Insert file bug fixed (B. Wallis bug)
  88.           4. ANSI.SYS bug fix - bug reappeared
  89.              in version 7.30-7.34
  90.           5. Menu bug fix -- never reported or
  91.              noticed before.
  92.           6. Monochrome is Black on White or White on Black
  93.           7. Context-sensitive (looks at key bindings) Manual
  94.              generator (BBMAN).
  95.  
  96.      7.34     First release of (Turbo-C) version. 10-1-87.
  97.           New features are:
  98.           1. Context-sensitive Help added αH.
  99.           2. Fix to repeat key bug
  100.           3. Dos resident bug system check
  101.           4. Fix language window to work like other windows.
  102.           5. Added version to CFG files.
  103.           6. Rebind break & next line to execute dos command if
  104.              in the dos window.
  105.           7. Goto file does not consider | > < as valid file chars.
  106.           8. LNG pop-up window handles up-to 50 entries
  107.           9. Disabled insert file into kill buffer or dos buffer.
  108.           10. Find does not reset status line during disk reads.
  109.           11. Blackbeard looks in additional places for CFG,
  110.               PST.  If no local BB.CFG, BB.MAC, BB.LNG, BB.PST,
  111.               then the symbol is looked for, if no symbol if
  112.               found then the directory corresponding to symbol
  113.               BBDIR is searched for the appropriate file.
  114.           12. Removed bdos errors when changing to file that is
  115.               non-existent.  Bug fix to help to avoid lseek &
  116.               read errors.
  117.           13. Window always displayed when first selected.
  118.           14. Writing message occurs only when actual writing
  119.               occurs.
  120.           15. Moving left and right by word does not cause the
  121.               file to be written.
  122.           16. Cold start when filename of command line.
  123.           17. Alt-L reinvokes last dos command, i.e., Alt-F3 with
  124.               execute.
  125.           18. Selectable start-up screen. Setting saved in BB.CFG.
  126.           19. Save/Restore option allows "warm start" using the
  127.               save file.  Added save feature.  Window status is
  128.               saved to BB.SAV file in BBDIR directory.  This
  129.               file is checked for when Blackbeard starts.
  130.           20. Shift right and left region work on tab stops not
  131.               tab size
  132.           21. Do_command - executes a DOS command
  133.           22. Switch_to_window - switch to window with specified
  134.               file.  These two features make it easy to setup a
  135.               keystroke macro to compile and review the current
  136.               file.
  137.           23. Display tab flag replaced with tab compress flag
  138.           24. Trim spaces flag added (trims trailing spaces)
  139.           25. Ruler line with fixed tabs. See Misc menu.
  140.           26. All tabs are fixed tabs from now on.  Setting will
  141.               set tabs every [n] spaces.
  142.           27. Regular expression search works well.
  143.           28. Two line prompt for exit to dos.
  144.           29. COMSPEC used for system command/exit to dos.
  145.           30. Edit screen allow grab to paster buffer.  Mark, Unmark
  146.               Clear Paste, Grab, and goto file all work on the
  147.               Save Screen
  148.  
  149.      7.33 -   All these are beta versions as features were added during
  150.      7.33W    7.32 -> 7.34
  151.  
  152.      7.32     First Character On Menu Matching -- Move cursor to
  153.           corresponding menu line.
  154.  
  155.      7.31     Resident; Working DOS window.  No known anamolies.
  156.           Equivalent to 7.25 with new C Compiler.
  157.  
  158.      7.30     New C Compiler.  Non-resident; no DOS window.  Beta
  159.           working version.
  160.  
  161.      7.25     Changed Unable to open BB.PST message to using
  162.           internal BB.PST when memory resident, also
  163.           adjust neon sign for memory resident.  This
  164.           version also available in 44 row x 132 col
  165.           mode (Everex style).
  166.  
  167.      7.24     Changed Unable to open BB.PST message to using
  168.           internal BB.PST (See set BB.PST)
  169.  
  170.      7.23     Set delimeter up arrow works correctly
  171.  
  172.           Ascii chart up/down arrows work as expected.
  173.  
  174.      7.22     Clear paste buffer error fixed to not create and
  175.           leave open the paste file.
  176.  
  177.           BB.PST not written to file if no symbol is found.
  178.           Avoides accumulation of a lot of extraneous files all
  179.           over the disk.
  180.  
  181.           Justification algorithm on lines with .?!  produces
  182.           neater text now.
  183.  
  184.      7.21     First widely available neon sign/Hollywood version.
  185.           Only change was to color of Walk of Fame heads.
  186.  
  187.      7.20     Reverse search when at col 1 works now.
  188.  
  189.           Return puts correct col number in status line.
  190.  
  191.           Click when entering keystroke macros.
  192.  
  193.           Original Skull & Crossbone version is gone Walk of
  194.           Fame added to acknowledge contributers to Blackbeard
  195.           development.  This includes those individuals who
  196.           have developed pieces of Blackbeard or have provided
  197.           "easily replicatable bugs" for these especially
  198.           tenacious bugs.
  199.  
  200.      7.X &    These versions are beta versions that were developed
  201.      7.0 -    while using new "C" (Microsoft C) compiler.  They were
  202.      7.1+     available for limited distribution.  Avoid use of
  203.           these versions.  The first official 7.* version will
  204.           be 7.2, available 3-87.
  205.  
  206.      6.51     Insert file fixed so DTA error does not occur.
  207.  
  208.           Paste buffer is written to BBPST set file.  If not
  209.           present uses the current directory.
  210.  
  211.           Blink options menu to avoid non-display when contrast
  212.           not easily set.
  213.  
  214.           Menu selections can be made by using the appropriate
  215.           keystroke on the menu.  For example, ^F on the Find
  216.           Replace menu activates Find.
  217.  
  218.           Paragraph readjust recognizes ?  and !
  219.  
  220.           Color selection of the window and status line in
  221.           monochrome mode.  Default status line color is
  222.           reverse video.
  223.  
  224.           "Number of the window" appears in window selection
  225.           (αF6).
  226.  
  227.           Bug fix so "dir" works in DOS window.  The problem
  228.           actually occurs because of the ANSI.SYS device
  229.           driver.  Blackbeard has been enhanced to decipher
  230.           ANSI cursor movements (not fun!, but it works).
  231.  
  232.           Registration Fee increase to $20.00
  233.  
  234.           Logo changed to "Hollywood" neon sign version instead
  235.           of skull & crossbones.  Walk of Fame added to
  236.           acknowledge contributers to Blackbeard development.
  237.           This includes those individuals who have developed
  238.           pieces of Blackbeard or have provided "easily
  239.           replicatable bugs" for these especially tenacious
  240.           bugs.
  241.  
  242.      6.50     New C compiler "used" (Microsoft C).
  243.           Blackbeard is "c source code compatible - with
  244.           minor adjustments".  (This version is a beta
  245.           version for the time being)
  246.  
  247.           Many new features have been added:
  248.  
  249.           1. Regular expression search added (toggle on options
  250.              menu).  The file RE.HLP contains commands to use
  251.              the regular expression.
  252.           2. Terminate & Stay Resident still present but
  253.              probably does not work.  The paste buffer is
  254.              almost for sure a problem.  Fix is forthcoming
  255.              (6.51).
  256.           3. Dumb terminal emulator removed.
  257.           4. Bug fix to options menu (not noticeable)
  258.           5. Insert Tab character works as per IEEE suggestion,
  259.              now a toggle in options menu.  Really works in
  260.              6.51.
  261.           6. First semi-virtual Paste buffer -- upto 2000 lines
  262.              or so, which is usually 80000 bytes (much larger
  263.              than 6500 bytes).
  264.           7. Faster read file routine; old routine could read
  265.              about 30000 bytes per second; new routine reads
  266.              about 50000 bps.
  267.           8. "String replacement/language sensitive editing"
  268.              feature.  Poor documentation will be improved
  269.              eventually.
  270.           9. Configurable word delimeter array added for
  271.              right_word, left_word, delete_word &
  272.              delete_upto_delim.  Function to delete up to next
  273.              delimeter (- on keypad).
  274.  
  275.      6.45     Last fix to old BB version.  Fix includes misc bugs,
  276.           including mystery file scrambling problem (the
  277.           Bollendonk-Cooper bug).
  278.  
  279.      6.44     Insert file and Switch to window with deleted file;
  280.           works correctly now.
  281.  
  282.      6.43     Goto start marker
  283.  
  284.      6.42     Bug fix to "left word".
  285.  
  286.           Nicer search and replace displays.
  287.  
  288.           Fixed possible bug in read/write virtual memory
  289.           buffer (I have never seen this bug occur, but it is
  290.           theoretically possible)
  291.  
  292.           Insert file function
  293.  
  294.           Reverse Search & Repeat Reverse Search
  295.  
  296.      6.41     Bug fix to searching!?  Should make it healthier.
  297.           Tended to disrupt cut & paste.
  298.  
  299.      6.4      Bug fix so case insensitive search works.  Also
  300.           somewhat faster (!?)
  301.  
  302.      6.3      Fixed bug in adjust_paragraph when display tabs and
  303.           justify options are on.  Also checks for period and
  304.           makes sure there are two or more spaces after a
  305.           period.  Available: July 4, 1986.
  306.  
  307.      6.2      Prompt line editing using arrows, backspace, Home,
  308.           End Up arrow (to retrieve previous data), Ins and
  309.           Del.  Better Ctrl-C trapping.  αJ is EMACS style
  310.           return -- break line and go to start of next line.
  311.  
  312.      6.1      Backup up file (non-catastrophic) bug fix
  313.  
  314.      6.0      Expanded code size (C medium model).
  315.  
  316.      5.42     Minor EOF check fixes ; non-official release
  317.  
  318.      5.41     =xxxxx works correctly again.  Reading file for CR LF
  319.           no ^Z terminated files works correctly.
  320.  
  321.      5.40     Even better EOF checking (lines not EOF terminated
  322.           properly do not display last two characters -- this
  323.           bug cannot be fixed) Fixed bug in automatic backup
  324.           that caused no automatic backups to be made.  Changed
  325.           delete word to match word right.
  326.  
  327.      5.34     Better EOF checking!  Permits ^Z in the middle of
  328.           lines in the middle of files.  Lines greater than 254
  329.           characters detected and editing aborted.  Insert
  330.           number does insert/replace number depending upon
  331.           insert/replace mode toggle.  Delete word modified to
  332.           delete only next punctuation of next alphanumerics,
  333.           note: does not delete next word as defined by word
  334.           right.
  335.  
  336.      5.33     Infinite beep bug fixed (again).  Larger Memory
  337.           Requirements about 148K.  Find & Replace bug when
  338.           performed after end of file fixed.  Avoids running
  339.           DOS commands when resident to avoid system lockup.
  340.  
  341.      5.32     Dumb terminal bug fixed.
  342.  
  343.      5.31     Infinite beep bug fixed.  Resident Abort (αZ)
  344.           editing "eof" bug fixed.
  345.  
  346.      5.30     "Random bugs" exterminated.  First dumb terminal
  347.           emulator (to be expanded in subsequent versions).
  348.  
  349.      5.22     Improved read/write file movement.  Check for valid
  350.           reentrant points before "popping-up" resident
  351.           Blackbeard (beep).  ("Random bugs" - avoid use)
  352.  
  353.      5.21     Bug fix to finding files under version PC-DOS 3.0 and
  354.           some versions of MS-DOS 2.11 (Other DOS versions
  355.           appear to work ok).  Bug fix to LF ^Z terminated
  356.           files.  Escape to exit search and filename prompt.
  357.           "cold" start resets "everything." Improved search to
  358.           avoid writing when no changes have been made.
  359.           (4-1-86)
  360.  
  361.      5.20     Conditional search & replace requires Y to replace.
  362.  
  363.      5.19     Pop-up Blackbeard "warm" (α=) or "cold" (α-); Bug fix
  364.           to insert number routine (bug entered around version
  365.           5.17).
  366.  
  367.      5.18     Sound (beeps) for error messages.
  368.  
  369.      5.17     Improved adjust paragraph routines.
  370.  
  371.      5.16     Bug fix in non CRLF EOF terminated files.
  372.  
  373.      5.15     Bug fix in pop-up directory and select window (αF6)
  374.           command interaction.
  375.  
  376.      5.14     DOS window bug fix that didn't display last line when
  377.           kill buffer overflowed.
  378.  
  379.      5.13     New paragraph adjust for "bulleted" paragraphs.
  380.  
  381.      5.12     Better file reading, so file date isn't always
  382.           updated.  Files can be used with "make."
  383.  
  384.      5.10     First somewhat available memory resident version.
  385.  
  386.      5.00     Memory Resident Version (Preliminary)
  387.  
  388.      4.74     Fixed Bug reading EOF terminated files.  Improved
  389.           Repeat Key and Keystroke Macro interaction.
  390.  
  391.      4.73     Recognize video mode after exit to DOS (12-18-85)
  392.  
  393.      4.72     Repeat key feature added.
  394.  
  395.      4.71     Bug fix to delete_line routine.
  396.  
  397.      4.7      Official virtual memory release version.  (12-16-85)
  398.  
  399.      4.6      Improved manual.  Bug fix to pop-directory and switch
  400.           to file command.
  401.  
  402.      4.5      Limited release version.  Contains manual on disk.
  403.  
  404.      4.4      132 column mode for Everex card.  Adjustable virtual
  405.           memory limits.
  406.  
  407.      4.3      Pop-up directory to open wild card file names.  Beta
  408.           test version.  Avoid use.
  409.  
  410.      4.2      Tab display.  Beta test version.  Avoid use.
  411.  
  412.      4.1      Keyboard remapping.  Beta test version.  Avoid use.
  413.  
  414.      4.0      Virtual memory added.  File size limited by disk
  415.           space.  Beta test version.  Avoid use.
  416.  
  417.      3.7      Beta test version.  Avoid use.
  418.  
  419.      3.6      First distributed release.  Works well.  Cutting past
  420.           the end of a line will lock up the computer (versions
  421.           3.6 - 4.6; fixed in 4.7 and above).
  422.  
  423.      pre-     Pre release versions never distributed as user
  424.      3.6      supported software.  Avoid the use of these most have
  425.           some bugs.
  426.  
  427.  
  428.